 :root{
    --contest-color: #0015a6;
 }
 .mt-67{
    margin-top: 67px !important;
 }
 .contest-color{
    color: #00D9E6;
 }
 .loader{
    width: 50px !important;
    height: 50px !important;
 }  
 #participation_steps_section{
    z-index: 1;
    position: relative;
 }
 #borderimg {
    border-top: 0 !important;
    border: 3vw solid var(--contest-color);
    margin-top: 113px;
    padding: 10px;
    background-color: #fffbf4;
    position: relative;
    z-index: 0;
}


.r1_gratification{
    background: transparent;
}

/* @media screen and (min-width: 1201px) {
    .slide_header {
        margin-top: 0px !important;
    }
} */
.submit{
    background-color: var(--contest-color) !important;
}
@media (min-width: 1200px){
    .list-nav__wrap{
        right: 40px !important;
    }
}

.icon-instgram {
    padding: 5px;
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    fill: #ffffff;
    min-width: 30px;
    text-align: center;
    line-height: 30px;
    border: none;
    height: 40px;
    position: absolute;
    border: 1pt solid #fff;
    border-right: none;
}
.icon-facebook {
    padding: 5px;
    background: #000fa9;
    fill: #ffffff;
    min-width: 30px;
    text-align: center;
    line-height: 30px;
    border: none;
    height: 40px;
    position: absolute;
    border: 1pt solid #fff;
    border-right: none;
}
hr{
    width: 200px;
    height: 4px;
    border-width: 0;
    background-color: var(--contest-color);
    opacity: 1;
    margin-top: 0 !important;
}
